home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Internet Chooser / reggie / basic / stdmacro.h < prev    next >
Text File  |  1996-06-22  |  886b  |  22 lines

  1. /* File "stdmacro.h", Light Sockets - Copyright (C) Matt Slot, 1996           */
  2. /* Standard types and declarations for consistency across the implementation. */
  3.  
  4. #ifndef __STD_MACRO_HEADER__
  5. #define __STD_MACRO_HEADER__
  6.  
  7. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  8. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  9. /* Preprocessor Defines */
  10.  
  11. #define qEnqueue(e,q)    ((void) Enqueue((e),(q)), (((QElem*)(e))->qLink = 0))
  12.     
  13. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  14. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  15. /* Structure/Class Declarations */
  16.  
  17.  
  18. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  19. /* **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** */
  20.  
  21. #endif /* __STD_MACRO_HEADER__ */
  22.